Learn R Programming

epiDisplay (version 3.5.0.2)

print tableStack: Print tableStack object

Description

Print a tableStack object

Usage

# S3 method for tableStack
print(x, ...)

Arguments

x

object of class 'tableStack'

...

further arguments passed to or used by methods.

See Also

'tableStack'

Examples

Run this code
# NOT RUN {
data(Attitudes)
tableStack(qa1:qa18, dataFrame=Attitudes) -> a
print(a)
data(Ectopic)
tableStack(hia, gravi, by=outc, dataFrame=Ectopic) -> b
print(b)
# }

Run the code above in your browser using DataLab